public enum RGroupLabelling extends java.lang.Enum<RGroupLabelling>
Modifier and Type | Method and Description |
---|---|
static RGroupLabelling |
swigToEnum(int swigValue) |
int |
swigValue() |
static RGroupLabelling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RGroupLabelling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RGroupLabelling AtomMap
public static final RGroupLabelling Isotope
public static final RGroupLabelling MDLRGroup
public static RGroupLabelling[] values()
for (RGroupLabelling c : RGroupLabelling.values()) System.out.println(c);
public static RGroupLabelling valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static RGroupLabelling swigToEnum(int swigValue)